Click or drag to resize

PropertyCollection Class

Collection that contains Property objects.
Inheritance Hierarchy

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class PropertyCollection : CollectionBase

The PropertyCollection type exposes the following members.

Constructors
  NameDescription
Public methodPropertyCollection
Initializes a new instance of the PropertyCollection.
Top
Properties
Methods
  NameDescription
Public methodAdd(Property)
Adds a property to the collection.
Public methodAdd(PropertyCollection)
Adds a PropertyCollection to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether a property is in the collection.
Public methodCopyTo
Copies the entire PropertyCollection to a compatible one-dimensional Property array, starting at the specified index of the target array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Searches for the specified Property and returns the zero-based index of the first occurrence within the entire collection.
Public methodInsert
Inserts an element into the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes the first occurrence of a specific property from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString
Returns a String that represents the current PropertyCollection.
(Overrides ObjectToString.)
Top
See Also